<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============分类列表============== */

ul.productclass{
margin:0px;
padding:0px;
}

li.productclass {
list-style-type:none;
text-align:left;
}



a.productclass:link,a.productclass:visited,a.productclass:active{
display:block;
color: #FFFFFF; 
text-decoration: none;
line-height:28px;
font-size:14px;
}

a.productclass:hover{
color: #FFFFFF; 
text-decoration: none;
line-height:28px;
}
</pre></body></html>